#include <BustaNetInternal.h>
Inheritance diagram for MPPlayerLost:
Public Member Functions | |
MPPlayerLost (int pID) | |
CONSTRUCTOR. | |
int | getPlayerID () |
Returns the identification number of the losing player. |
This message is received when a player has lost in the current multiplayer game. Players who receive this message are notified of the identification number of the losing player.
|
CONSTRUCTOR. Creates an instance of the MPPlayerLost class.
|
|
Returns the identification number of the losing player. Returns the integer identification number of the player who has lost in the current multiplayer game.
|